Platform Explorer / Nuxeo Platform LTS 2017 9.10

Extension point webPermission

Documentation

This extension point let you contribute a class that defines if a document can be annotated or not via the GWT UI.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.annotations.configuration.service.WebPermissionDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-annot-gwt-9.10.jar /OSGI-INF/web-configuration-service-contrib.xml
    <extension point="webPermission" target="org.nuxeo.ecm.platform.annotations.configuration.service.WebAnnotationConfigurationService">
        <webPermission class="org.nuxeo.ecm.platform.annotations.gwt.server.configuration.DefaultWebPermission"/>
      </extension>